Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed nil pointer when no Jaeger is suitable for sidecar injection #783

Merged

Conversation

jpkrohling
Copy link
Contributor

Signed-off-by: Juraci Paixão Kröhling [email protected]

@jpkrohling
Copy link
Contributor Author

Could you please review, @rubenvp8510 ?

@jpkrohling jpkrohling force-pushed the Fixed-nil-pointer-requireUpdates branch from f5c30a2 to 00c2864 Compare November 21, 2019 15:14
"deploymentName": dep.Name,
"deploymentNamespace": dep.Namespace,
}).Debug("no suitable jaeger for this instance, skipping injection")
return nil
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be a continue not return, we need to process the rest of the deployments.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed.

Signed-off-by: Juraci Paixão Kröhling <[email protected]>
@rubenvp8510
Copy link
Collaborator

LGTM

@jpkrohling jpkrohling merged commit 018aeef into jaegertracing:master Nov 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants